home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / sample / getopt / Makefile next >
Makefile  |  2002-12-18  |  140b  |  12 lines

  1. TG=../../tg
  2.  
  3. all: options
  4.  
  5. options: options.c
  6.  
  7. options.c: opdef.tg options.tg
  8.     $(TG) options.tg > options.c
  9.     
  10. clean:
  11.     rm -f *.o *.c options
  12.